index.ts 342 B

123456789
  1. /**
  2. * Custom hooks for [[...path]].page.tsx component
  3. *
  4. * This module exports navigation and routing hooks that were extracted
  5. * from the main page component to improve maintainability and testability.
  6. */
  7. export { useSameRouteNavigation } from '../use-same-route-navigation';
  8. export { useShallowRouting } from '../use-shallow-routing';